home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / netbase / README.Debian < prev   
Text File  |  2005-10-23  |  706b  |  23 lines

  1. README for netbase
  2. ==================
  3.  
  4.  * ifup(8), ifdown(8), and interfaces(5)
  5.  
  6. The ifup and ifdown commands configure network interfaces as specified
  7. in the /etc/network/interfaces configuration file.
  8.  
  9. ifup -a is called from /etc/init.d/networking as part of the bootup
  10. process, or for specific interfaces by the hotplug subsystem.
  11.  
  12.  * /etc/network/options
  13.  
  14. This file is deprecated, and if present should be replaced by values
  15. in /etc/sysctl.conf or equivalent custom scripts.
  16. The relevant sysctl values are:
  17.  
  18. ip_forward=yes:      net.ipv4.ip_forward = 1 
  19. spoofprotect=yes: net.ipv4.conf.default.rp_filter = 1
  20.                   net.ipv4.conf.all.rp_filter = 1
  21. syncookies=yes:   net.ipv4.tcp_syncookies = 1
  22.  
  23.